D3_Selection
This module does not have a toplevel documentation block.
let attr: (t, string, 'a) => t
let style: (t, string, string) => t
let filterFn: (
t,
Js.Internal.meth_callback([ `Arity_1 of 'a ], bool)
) => t
let filterFnWithIndex: (
t,
Js.Internal.meth_callback(
[ `Arity_3 of 'a0 * 'b * int ],
bool
)
) => t
let sort: (t, ('a, 'a) => float) => t