-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stack: deprecations + create USTL dir
- Loading branch information
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Stack[VT] | ||
|
||
tags: | ||
- uSTL | ||
--- | ||
|
||
# class Stack[VT] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
--- | ||
title: UStack | ||
title: UStack[VT] (deprecated) | ||
|
||
tags: | ||
- useful class | ||
--- | ||
|
||
# `UStack` class | ||
{-- | ||
# class UStack[VT] | ||
--} | ||
|
||
UStack is deprecated in 0.2 and will be deleted in 0.5. Use [`ustl.Stack`](../uSTL/stack.md) class instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters