Documentation
¶
Index ¶
- func Apply1[T any](xs Vector[T], n uintptr, fn func(x T) T)
- func Apply1To[T any](dst, xs Vector[T], n uintptr, fn func(x T) T)
- func Apply2[T any](xs, ys Vector[T], n uintptr, fn func(x, y T) T)
- func Apply2To[T any](dst, xs, ys Vector[T], n uintptr, fn func(x, y T) T)
- func Reduce1[T any](xs Vector[T], n uintptr, zero T, fn func(r, x T) T) (result T)
- func Reduce2[T any](xs, ys Vector[T], n uintptr, zero T, fn func(r, x, y T) T) (result T)
- type Vector
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.