FixedArray.safeSetPrefix

Set the FixedArray to whatever fits from the beginning of arr2

  1. void safeSetPrefix(const(T)[] arr2)
    struct FixedArray(T, size_t N, bool InitializeMembers = true)
    static if(isAssignable!(T, const(T)))
    void
    safeSetPrefix
    (
    const(T)[] arr2
    )
  2. void safeSetPrefix(T[] arr2)

Meta