package codex

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

Module Flags.BimulSource

Sourcetype t = private int
Sourcetype unpacked = {
  1. nsw : bool;
  2. nuw : bool;
}
Sourceval pack : nsw:bool -> nuw:bool -> t
Sourceval unpack : t -> unpacked