streams v0.0.1 (2023-05-13T08:57:50Z)
Dub
Repo
ArrayOutputStream.toArray
streams
types
array
ArrayOutputStream
Gets the internal array to which elements have been appended.
struct
ArrayOutputStream
(DataType)
DataType
[]
toArray
(
)
Return Value
Type:
DataType
[]
The internal array.
Meta
Source
See Implementation
streams
types
array
ArrayOutputStream
functions
reset
toArray
write
Gets the internal array to which elements have been appended.