Text.copy

Return content from this Text

A slice of dst is returned, representing a copy of the content. The slice is clipped to the minimum of either the length of the provided array, or the length of the content minus the stipulated start point

class Text(T)
final override const
T[]
copy
(
T[] dst
)

Meta