mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
Add docs, comments and Pixmap.clone()
This commit is contained in:
parent
762280aa4c
commit
9bc0dd74ea
2 changed files with 16 additions and 0 deletions
3
core.d
3
core.d
|
@ -208,6 +208,9 @@ version(Posix) {
|
|||
calc(a.y, b.y).typeCast!int,
|
||||
);
|
||||
---
|
||||
|
||||
History:
|
||||
Added April 24, 2024
|
||||
+/
|
||||
auto ref T typeCast(T, S)(auto ref S v) {
|
||||
return cast(T) v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue