Instance Propertyheckj.voxels 0.2.6Voxels
startIndex
VoxelArray+Collection.swift:8var startIndex: Int { get }
var startIndex: Int { get }
where T:Sendable
import Voxels
A Swift library for storage, manipulation, export, and 3D rendering of Voxel data.
struct VoxelArray<T> where T : Sendable
A collection of voxels backed by an array.
@frozen struct Int
A signed integer value type.
protocol Sendable
var endIndex: Int { get }
subscript(linearindex: Int) -> T { get set }
func index(after i: Int) -> Int
func makeIterator() -> VoxelArrayIterator
mutating func updating(with voxels: VoxelHash<T>)
mutating func updating(with voxelUpdates: [VoxelUpdate<T>])
struct VoxelArrayIterator
typealias Index = Int
typealias Iterator = VoxelArrayIterator