mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 11:23:14 +01:00
7 lines
58 B
D
7 lines
58 B
D
module lib;
|
|
|
|
T lib_templ_func(T)(T* a)
|
|
{
|
|
return *a;
|
|
}
|