WebPlatformFloat16Array.joinmethod Float16Array.join#Float16Array.join(separator?: string): stringAdds all the elements of an array separated by the specified separator string. Parameters #optional#separator: stringA string used to separate one element of an array from the next in the resulting String. If omitted, the array elements are separated with a comma. Return Type #string
method Float16Array.join#Float16Array.join(separator?: string): stringAdds all the elements of an array separated by the specified separator string. Parameters #optional#separator: stringA string used to separate one element of an array from the next in the resulting String. If omitted, the array elements are separated with a comma. Return Type #string