package owl-base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Owl_operator.Make_NdarraySource

Parameters

Signature

Sourceval (.%{}) : ('a, 'b) M.t -> int -> 'a
Sourceval (.%{;..}) : ('a, 'b) M.t -> int array -> 'a

Operator of ``get``

Sourceval (.%{}<-) : ('a, 'b) M.t -> int -> 'a -> unit
Sourceval (.%{;..}<-) : ('a, 'b) M.t -> int array -> 'a -> unit

Operator of ``set``