onrails
    Preparing search index...
    • Lifts a value into the Some branch.

      Type Parameters

      • T

      Parameters

      • value: T

      Returns Maybe<T>

      const m = some(1);   // Maybe<number>