We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
public static class Option
{
public static Option<T> Create<T>(T? value) => value != null ? new Some<T>(value) : Option<T>.None;
public static None<dynamic> None { get; } = new None<dynamic>();
}
namespace QuotationUtility
open System.Reflection
open Microsoft.FSharp.Linq.RuntimeHelpers
open Microsoft.FSharp.Quotations
ES5 or above polyfills for ES3 (It's not compatible with ECMA-262 strictly)
JavaScript 3
public class ExceptionWrapper {
@SuppressWarnings("unchecked")
public static <T, E extends Exception> T exec(ThrowableSupplier<T, E> func, Function<E, T> orElse) {
try {
return func.getThrowable();
Vim Script
There was an error while loading. Please reload this page.