mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 10:51:08 +02:00
parent
895139f332
commit
9b39033ed4
@ -72,10 +72,7 @@ end;
|
||||
|
||||
function TDeque.IsEmpty():boolean;inline;
|
||||
begin
|
||||
if Size()=0 then
|
||||
IsEmpty:=true
|
||||
else
|
||||
IsEmpty:=false;
|
||||
IsEmpty:=Size()=0;
|
||||
end;
|
||||
|
||||
procedure TDeque.PushBack(value:T);inline;
|
||||
|
Loading…
Reference in New Issue
Block a user