FixedArray.safeSetSuffix

Set the FixedArray to whatever fits from the end of arr2

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

Meta