fill(value:)

    Assigns the given value to all elements in the array. This can typically be used together with resize(newSize:) to create an array with a given size and initialized elements.

    PackedByteArray.swift:222
    final func fill(value: Int64)

    Other members in extension

    Typealiases

    Type members

    Instance members