= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package batteries
-
batteries
-
batteriesThread
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Infix operators over a BatPMap
val (-->) : ('a, 'b) t -> 'a -> 'b
map --> key
returns the current binding of key
in map
, or raises Not_found
. Equivalent to find key map
.