Commit History

Автор SHA1 Съобщение Дата
  Sam Jaffe 55da362106 chore: XCode updates преди 2 години
  Sam Jaffe ea32928dd7 Fix version test преди 6 години
  Sam Jaffe a70821b85a Rename matchers to be more google-test like. преди 6 години
  Sam Jaffe 049734c7a5 Convert to using GoogleTest преди 6 години
  Sam Jaffe aff3b133b6 Update to XCode 10 преди 6 години
  Sam Jaffe 6caf7b1226 Update XCode settings. преди 6 години
  Samuel Jaffe e0b895f240 Fixing namespace for nullopt. преди 8 години
  Samuel Jaffe 51e734d7bd Optional Stream - represents a series of computation steps where one or more steps may not return a value on a failure case. It provides two transformations 'map :: T -> R', and 'flatmap :: T -> optional<R>'. If the value in the stream is not present, the function provided to map/flatmap will not be invoked. In this manner, the end result of a chain will be either the computed value, or <absent> if any flatmap returns failure. преди 8 години