Searched full:allows (Results 1 – 25 of 182) sorted by relevance
12345678
101 |LANG| allows generating highly efficient code that relies on an objects'152 |TS| allows rather relaxed assignment into variables of function type.249 |TS| allows overriding a class field with a field in a subclass of invariant309 |TS| allows using type ``void`` in union types. |LANG| allows no ``void``328 |TS| allows covariant array assignment.329 |LANG| allows invariant array assignment only:364 |TS| allows assignments of tuples into arrays. |LANG| handles arrays and tuples365 as different types. |LANG| allows no assignment of tuples into arrays. This388 listed explicitly in the ``extends`` clause of a class. |LANG| allows it because423 |LANG| handles such clauses at compile time. |LANG| allows no expressions[all …]
5 Current implementation allows profiling only the whole application from start till end. Gathered in…17 Another public method `SetSampleInterval` allows setting sampling interval in microseconds with def…
28 /// Coroutine mutex. This allows to get exclusive access to the critical section.68 /// Coroutine one-shot event. This allows to block current coroutine until event is fired143 /// Queue spinlock allows to get exclusive access to the critical section without context switching
20 …A class that implements an asynchronous lock and allows asynchronous operations to be performed un…
17 // allows you to do things like:
19 The extension function mechanism allows using a special form of top-level functions
17 desc: Single export directive allows specifying the declaration to be exported from the current com…
18 … Type T is assignable (see Assignability) to Readonly<T>, and allows assignments as a consequence:
20 …Type T is compatible (see Type Compatibility) with Readonly<T>, and allows assignments as a conseq…
20 that allows converting type T1 to type T2.
20 allows dropping a type argument when a particular type of instantiation is used.
19 The trailing lambda mechanism allows using a special form of function
19 …Type parameters of generic types can have defaults. This situation allows dropping a type argument…
17 desc: A rest parameter allows to make a function or method that take an unbounded
19 A rest parameter allows to make a function or method that take an unbounded
17 desc: Ensuring that method_one in subclasses allows contravariant parameter types with derived clas…
20 This situation allows dropping a type argument when a particular type of instantiation is used.