We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The function that returns the same object which was passed as parameter.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static readonly Func<T, T> Self
VB
Public Shared ReadOnly Self As Func(Of T, T)
F#
static val Self: Func<'T, 'T>
Type: Func(T, T)
Fn(T) ClassCodeJam Namespace