Up
–
api
»
Relude_NonEmpty
»
Array
» SemigroupAny
Module
Array.SemigroupAny
type
t('a)
=
t
(
'a
)
;
let
append:
t
(
'a
)
=>
t
(
'a
)
=>
t
(
'a
);