R/30-api-apply-generics.R
fapply.Rd
`fapply()` is an S3 generic for applying functions over immutable structures with type-specific dispatch.
fapply(X, FUN, ...)
Object to apply over.
Function to apply.
Method-specific arguments.
Method-dependent result.
[fapply.flexseq()], [fapply.priority_queue()], [fapply.ordered_sequence()], [fapply.interval_index()]